home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
424_02
/
ED-157
/
memory.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-09-10
|
64b
|
6 lines
#ifdef VMS
#include <string.h>
#else
#include <memory.h>
#endif